EventMessage

open class EventMessage : Metadata.Entry

Constructors

EventMessage
Link copied to clipboard
open fun EventMessage(schemeIdUri: String, value: String, durationMs: Long, id: Long, messageData: Array<Byte>)

Properties

durationMs
Link copied to clipboard
val durationMs: Long
The duration of the event in milliseconds.
id
Link copied to clipboard
val id: Long
The instance identifier.
messageData
Link copied to clipboard
val messageData: Array<Byte>
The body of the message.
schemeIdUri
Link copied to clipboard
val schemeIdUri: String
The message scheme.
TYPE
Link copied to clipboard
val TYPE: String
value
Link copied to clipboard
val value: String
The value for the event.

Functions

equals
Link copied to clipboard
open fun equals(o: Any): Boolean
getType
Link copied to clipboard
open fun getType(): String
hashCode
Link copied to clipboard
open fun hashCode(): Int